.menubg { background:#3563AC; height:66px;}
ul.dropmenu {
	position: relative;
	margin: 0 auto;
	padding: 0px;
	display: block;
	height: 66px;
	font-size: 16px;
	width: 1160px;
	font-weight: bold;
	z-index: 98;
}
.dropmenu li {
	position: relative;
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px;
}
.dropmenu li a {
	height: 66px;
	line-height: 66px;
	width:128px;
	display: block;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	 text-align:center;
}
.dropmenu li.menuno a {
	margin-right: 0px;
}
.dropmenu li:hover ul {
	display: block;
}
.dropmenu ul {
	position: absolute;
	display: none;
	width: 160px;
	padding: 10px 0px !important;
	margin-left: 20px;
	border-bottom: 1px solid #ccc;
	background: #FFFFFF url(../images/gradient.png) repeat-x scroll 0 0;
}
.dropmenu ul li {
	border: 0;
	float: none;
	float: left;
}
.dropmenu ul a {
	white-space: nowrap;
	display: block;
	color: #666;
	text-decoration: underline;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
	background: none;
	text-decoration: none;
	padding-left: 15px;
	margin-left: 2px;
	line-height: 25px;
	height: 25px;
    width:76px;
	float: left;
}
ul.dropmenu a.selected, ul.dropmenu a:hover {
	color: #fff !important; background:#3F9C39;
}
ul.dropmenu a.active {
	color: #fff !important;
	background:#3F9C39;
}
ul.dropmenu a.selected span {
	background: transparent url(../images/arrow_hover.png) repeat-x scroll 0 0;
}
.dropmenu ul a:hover {
	color: #E12436 !important;
	text-decoration: none;
}
.dropmenu div ul {
	position: relative;
	display: block;
}
ul.dropmenu .prmenu {
	width: 680px;
	height: 410px;
	margin-left: -270px;
}
ul.dropmenu .prmenu span li b a {
	width: 210px;
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	border: 0px;
}
ul.dropmenu .prmenu span li b a:hover {
	width: auto;
}
ul.dropmenu .prmenu span {
	display: block;
	width: 220px;
	float: left;
	margin: 10px 0 0 10px;
}
ul.dropmenu .prmenu span li a {
	width: 180px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px #ddd solid;
	margin-bottom: 10px;
}
ul.dropmenu .prmenu span li a:hover {
	padding: 0px 15px;
}
ul.dropmenu .prmenu span.pr2 {
	width: 240px;
}
ul.dropmenu .prmenu span.pr2 li a {
	width: 200px;
}
ul.dropmenu .prmenu span.pr3 {
	width: 120px;
}
ul.dropmenu .prmenu span.pr3 li a {
	width: 110px;
}
#elevator_item {
	width: 50px;
	height: 100px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	opacity: 1;
	z-index: 100020;
	display: none;
}
#elevator_item.off {
	opacity: 0;
	visibility: hidden
}
#elevator {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/icon_top.png) center center no-repeat;
	background-color: #444;
	background-color: rgba(0,0,0,.6);
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	cursor: pointer;
	margin-bottom: 10px
}
#elevator:hover {
	background-color: rgba(0,0,0,.7)
}
#elevator:active {
	background-color: rgba(0,0,0,.75)
}
#elevator_item .qr {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	cursor: pointer;
	background: url(../images/icon_code.png) center center no-repeat;
	background-color: #444;
	background-color: rgba(0,0,0,.6)
}
#elevator_item .qr:hover {
	background-color: rgba(0,0,0,.7)
}
#elevator_item .qr:active {
	background-color: rgba(0,0,0,.75)
}
#elevator_item .qr-popup {
	width: 173px;
	height: 234px;
	position: absolute;
	left: -190px;
	bottom: 30px;
	display: none;
	text-align: center
}
#elevator_item .qr-popup .code-link {
	display: block;
	margin: 10px;
	color: #777
}
#elevator_item .qr-popup .code {
	display: block;
	margin-bottom: 10px
}
